<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
**功能名称：西昌月城公交样式
**项目时间：2017年12月4日13:31:25
*/

/*初始化设置*/
body,html,.header1,#article,#section,#footer,ul,li,table,p,div,button,input,i,table,thead,tbody,img{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "微软雅黑";
    font-size: 16px;
    min-width:1200px;
}
ul,li{
    list-style: none;
}
    ul:after {
        display:block;
        clear:both;
        content:"";
    }
a{
    text-decoration: none;
    color:#fff;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*清除浮动*/
.clear{
    clear: both;
}
.body {
    background-image:url(../images/view_bg.jpg);
}
/******************************************分隔线*********************************/
.header1 {
    width: 100%;
    height: 495px;
    background: url("../images/banner-bg.jpg") center center no-repeat;
    background-size: cover;
}
/*logo*/
.logo{
    width: 86px;
    height: 107px;
    position: absolute;
    top: 40px;
    left: 90px;
}
/*导航*/
.header1 #nav{
    width: 765px;
    height: 245px;
    margin: 0 auto;
    background: url("../images/nav-Bg.png") center center no-repeat;
    background-size:cover;
    position: relative;
    top: 40px;
}
.header1 #nav ul li{
    position: absolute;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.header1 #nav ul li a{
    display:block;
}
.header1 #nav ul li a:hover{
    color: #fff600;
}
.header1 #nav ul li a:hover &gt;.nav-img {
    background: url("../images/nav-img-yellow.png") center center no-repeat;
    background-size:125%;
}
.header1 #nav ul li .nav-img{
    margin: 0 auto;
    width: 64px;
    height: 60px;
    background: url("../images/nav-img-white.png") center center no-repeat;
    background-size:cover;
    transition: 0.6s;
}
.nav-headings {
    margin-top: -10px;
    font-size: 18px!important;
    height:24px;
    line-height:24px;
    font-weight:400;
    font-family:'Microsoft YaHei';
}
.nav-Eng{
    font-size: 14px!important;
    line-height:19px;
    height:19px;
    font-weight:400;
    font-family:'Microsoft YaHei';
}
/***********************footerStyle***********************/
#footer{
    height: 339px;
    background: url("../images/footer-bg.png") center center no-repeat ;
    background-size:cover;
    margin-top:50px;
}
#footer #article{
    min-height: 340px;
}
#footer #article ul{
    padding: 0px 40px;
    padding-top: 60px;
    color: #fff;
}
#footer #article ul img{
    width: 100px;
    height: 100px;
}
#footer #article ul div .f14{
    margin-top:5px;
    font-size: 14px;
    text-align:center;
}
#footer #article ul&gt;p{
    padding-bottom: 30px;
    font-size:16px;
}
#footer #article ul&gt;a{
    padding-bottom: 30px;
    display:block;
    font-size:16px;
}
#footer #article ul li{
    margin-top: 5px;
    line-height:20px;
    font-size:16px;
}
#footer #article ul li a{
    color: #fff;
}
#footer #article ul li a:hover{
    color: #fff600;
}
/*版权*/
.copyright{
    width: 100%;
    height: 55px;
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
    background: #1540a2;
    font-size:15px;
    color: #fff;
    margin-top: -1px;  /*解决白边*/
}
.copyright .copyright_icon {
    width: 30px;
    height: 30px;
    margin-left: 100px;
}
#article {
    width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

/*********************导航定位**********************/
.headerNav1 {
    top: 5px; left: -35px;
}
.headerNav2 {
    top: -30px;
    left: 180px;
}
.headerNav3 {
    top: 30px; left: 300px;
}
.headerNav4 {
    top:88px ; left:450px; width:140px;
}
.headerNav5 {
    top: 214px; left: 470px;
}
.headerNav6 {
    top: 209px; left: 687px; width: 100px;
}
.headerNav7 {
    top: 65px; left: 735px; width:150px;
}
</pre></body></html>